from_json
Obtain a GTV from JSON text.
First parses a JSON value from text, and then converts the JSON value to a GTV.
Equivalent to gtv.from_json(json(text))
.
Since
0.9.0
Parameters
json
the JSON text to decode
Throws
exception
when:
the JSON text is ill-formed
the JSON value cannot be converted to a GTV
Convert a JSON value to a GTV.
Inverse of gtv.to_json()
.
Since
0.9.0
Parameters
json
the JSON to convert
Throws
exception
if the JSON value cannot be converted to a GTV